Skip Navigation Links.

H5Memory..::..Set<(Of <(<'Type>)>)> Method (H5Array<(Of <(<'Type>)>)>, )

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Sub Set(Of Type) ( _
	theArray As H5Array(Of Type), _
	nElements As IntPtr _
)
C#
public void Set<Type>(
	H5Array<Type> theArray,
	IntPtr nElements
)
Visual C++
public:
generic<typename Type>
void Set(
	H5Array<Type>^ theArray, 
	IntPtr nElements
)
JavaScript
JavaScript does not support generic types or methods.

Parameters

theArray
Type: HDF5DotNet..::..H5Array<(Of <(<'Type>)>)>
nElements
Type: IntPtr

Type Parameters

Type

See Also